/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #ef642d
}

.btn {
	padding: 6px 20px !important;
	border-radius: 0 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
	background: #8dc133;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {}

header .top-bar {
	position: relative;
	padding: 0 40px;
	background: linear-gradient(90deg, #b6d717 0%, #0f7c87 80%);

}

header .top-bar .contact-sec {
	position: relative;
	margin-top: 4px;
}

header .cont-nav {
	float: left;
	margin: 8px 0
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
	display: block;

}

header .cont-nav ul a {
	display: block;
	padding: 0px 10px;
	line-height: 20px;
	font-weight: 400;
	color: #FFF !important;
	/* border-left:1px solid #FFF; */
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .cont-nav ul li:last-child a {
	padding-right: 0 !important;
}

header .cont-nav ul .cont-icon {
	width: 20px;
	display: inline-block;
	vertical-align: top;
}

header .cont-nav ul .cont-icon img {
	max-width: 100%;
}

header .cont-nav ul .cont-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px !important;
	line-height: 20px;
	font-weight: 600;
	color: #FFF !important;
	margin-top: 2px;
}

header .cont-nav ul .address {
	margin-right: 10px;
}

header .social-nav {
	float: right;
	margin: 28px 0 10px;
}

/* Start User Nav */
header .user-nav {
	float: right;
	margin: 8px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
	position: relative;
	/* padding:0 15px !important; */
}

header .user-nav ul li:last-child a {
	border-right: none;
}

header .user-nav ul a {
	display: block;
	padding: 6px 15px 6px;
	font-size: 13px;
	font-weight: 600;
	color: #FFF !important;
	border-right: 1px solid rgba(255, 255, 255, .3);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	z-index: 1;
}

header .user-nav ul a img {
	margin-right: 8px;
	max-width: 13px;
	vertical-align: -1px
}

header .user-nav ul a.login {}

header .user-nav ul a.join {}

header .user-nav ul a.join .fa {
	color: #fff;
}

header .user-nav ul a:hover {
	/* background:#0b8019; */
	color: #feaf4f !important;
}



/* End User Nave */


.cont-nav>ul:nth-child(1)>li:nth-child(2)>a:nth-child(1)>div:nth-child(1) {
	width: 18px;
	margin-top: 3px;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
	padding-right: 10px !important;
}

header .social-nav li a .fa {
	color: #fff !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px !important;
	text-align: center;
	border: 0px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

header .social-nav li a .fa-twitter {
	background: #28a8e0;
}

header .social-nav li a .fa-instagram {
	background: #9c389b;
}

header .social-nav li a .fa-youtube {
	background: #d81a1a;
}

/* */
header .logo-bar {
	padding: 0px 40px;
	position: relative;
}

header .logo-fixed-bar {
	background: #FFF;
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header .logo-fixed-bar .logo {
	position: inherit;
	top: inherit;
}

header .logo-fixed-bar .logo img {
	max-width: 95%;
}

header .logo-fixed-bar .nav-bar {}

header .logo {
	width: 110px !important;
	display: block;
	/* margin: 8px 0 !important; */
	/* margin-top: 10px; */
	margin-bottom: 0px;
	z-index: 999;
	position: relative;
}

/* header .logo{
	width: 180px !important;
    display: block;
     margin-bottom: -50px;
    z-index: 999;
    position: absolute;
	background: #25437a;
	box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 14%);
	display:none;
} */
header .logo img {
	max-width: 100%;
	padding: 5px 0px;
}

header .nav-bar {
	float: left;
	margin: 16px 0;
}

header .btn-enquire {
	width: 150px;
	display: block;
	background: #8d298c;
	/* border:1px solid #262941; */
	color: #FFF !important;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 12px 15px 13px !important;
	float: right;
}

/* header .btn-enquire:hover{
	background:#e52528 !important;
	color:#FFF !important;
	
} */
header .enquire-btn-outer {
	margin: 10px 0;
	position: relative;
}

header .nav-bar {}

header .site-nav {
	margin-top: 8px !important;
}

/*********************************************************************************
section styles
***************/
section.slider {}

/**/
section.contents {}


/**/
.icon-link {
	background: #fff;
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 999;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.icon-link li {
	list-style: none;
	height: 35px;
	width: 35px;
	margin: 10px !important;
}

.icon-link span {
	width: 0;
	top: 0;
	right: 35px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	background: #255374;
	color: #fff;
	line-height: 35px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	transition: 0.25s;
	white-space: nowrap
}

.icon-link a {
	text-align: center;
	height: 35px;
	width: 35px;
	display: block;
	position: relative;
}

.icon-link li a img {
	line-height: 50px;
	height: 35px;
	width: 35px;
	padding: 5px;
	background: #6d6d6d;
}

.icon-link a:hover img {
	background: #255374 !important;
}

.icon-link a:hover span {
	width: auto;
	padding: 0 10px;
	overflow: visible;
}


section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #213452 url(../design_img/banner-back.jpg) no-repeat center center;
	background-size: cover;
	padding: 120px 0 100px;
	position: relative;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	color: #FFF;
	position: relative;
	text-rendering: optimizeLegibility;
	font-size: 32px !important;
	line-height: 45px;
	font-weight: 600;
	margin-bottom: 10px !important;
	font-family: 'Adamina', serif;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	margin: 0 !important;
	text-align: left;
	display: table;
	background: #e78814;
	border-radius: 3px;
	padding: 8px 15px !important;
	-webkit-box-shadow: 5px 3px 19px 2px rgba(51, 49, 51, 0.16);
	-moz-box-shadow: 5px 3px 19px 2px rgba(51, 49, 51, 0.16);
	box-shadow: 5px 3px 19px 2px rgba(51, 49, 51, 0.16);
}

.location li {
	color: #FFF !important;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 10px;
	color: #FFF
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #FFF !important;
	font-size: 15px !important;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #1e4588 !important;
}

.location li a.active {
	color: #1e4588 !important;
}


/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banker-col p {
	color: #333;
	font-size: 14px !important;
	margin-bottom: 0 !important
}

/*legals*/
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	margin-top: 10px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}

/* download col*/
.download-col {
	text-align: center;
}

.download-col p {
	margin-bottom: 5px !important;
	font-weight: 600;
	font-size: 15px !important;
	text-align: center !important;
	color: #333;
	padding: 20px 5px !important;
	text-transform: uppercase
}

.download-col a {
	font-size: 14px;
	background: #f34747;
	text-transform: uppercase;
	color: #fff !important;
	padding: 5px 10px;
	letter-spacing: 1.8px;
}

.download-col a:hover {
	background: #666;
}

.download-col img {
	margin: auto;
}

/* contact bar */
.contact-bar {}

.contact-bar .cont-nav {
	background: #f5dd96;
	padding: 40px;
	overflow: hidden;
}

.contact-bar .cont-nav h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 40px 0 !important;
	text-align: left
}

.contact-bar .cont-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
}

.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow: hidden;
}

.contact-bar .cont-nav ul a {
	display: block;
	color: #333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}

.contact-bar .cont-nav ul a i {
	margin-right: 25px;
	float: left;
	margin-top: 4px;
	font-size: 20px;
	width: 20px;
}

.contact-bar .cont-nav ul a span {
	float: left;
	display: block;
	width: calc(100% - 50px);
}

/**/


/*rankers*/
.rankers .achievers {
	background: #fff;
	border: 1px solid #eee;
	border-bottom-color: #eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	margin: auto;
}

.rankers .achievers-container {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #eee;
}

.rankers .achievers-pic-container {
	width: 100%;
	height: 260px;
	margin-bottom: 0px;
	position: relative;
}

.rankers .achievers-pic-container img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	position: absolute;
	top: 50%;
	margin-bottom: -50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rankers .achievers-back {
	position: absolute;
	bottom: 0%;
	left: 0;
	top: 0%;
	right: 0;
	background: #000;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 0;
	height: 100%;
}

.rankers .achievers-btn {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.rankers .achievers-btn p {
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
}

.rankers h2 {
	font-size: 13px !important;
	color: #555;
	font-weight: 300;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}

.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}

.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}

.rankers .achievers-container:hover .achievers-btn {
	top: 50%;
}

/*********************************************************************************
my table start
***************/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #3b8334;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
	font-size: 14px
}

ul.mylist li {
	line-height: 22px;
	text-indent: -25px;
}

ul.mylist li:before {
	content: "\f138   ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #f88530;
}

ul.mylist li li:before {
	content: "- ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #f88530;
}

/*********************************************************************************
login form 
***************/
.log-body {
	padding: 100px 0 80px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative;
}

/*
.log-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}*/

.log-model {
	width: 95%;
	max-width: 400px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	border-radius: 10px;
	padding: 20px 40px 40px;
	display: table;
	margin: auto;
	position: relative;
	z-index: 1
}

.log-model h2 {
	font-size: 20px;
	color: #307428;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center
}

.log-model .btn-sub {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.log-model .link-forgot {
	text-align: right;
	display: block;
	color: #eca254 !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.log-model .alert {
	margin-bottom: 0;
	margin-top: 20px
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 100px 0 90px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative
}

/*
.join-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}
*/
.join-model {
	width: 95%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1
}

.join-nav {
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
}

.join-nav .join-nav-container {
	display: table;
	margin: auto;
}

.join-nav ul {
	list-style: none;
	display: flex;
}

.join-nav li {
	float: left;
	margin-right: 10px !important
}

.join-nav li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0px 10px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1;
		);
	cursor: default
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
	cursor: pointer;
	color: #45a964 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #45a964;
	color: #fff;
}

.join-form-box {
	margin: 25px 0 0;
	padding: 35px 30px 0;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}

.join-form-box h4 {
	color: #307428;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	margin: 0px 0 30px !important;
}

.join-form-box p {
	color: #666;
	font-weight: 600;
	font-size: 18px !Important;
	margin-bottom: 15px !important
}

.join-form-box input[type=file] {
	padding: 6px 9px;
}

.join-form-box .join-type-col {
	display: none
}

.join-form-box .join-type-col.col-active {
	display: block
}

.join-form-box .btn-search {
	background: #fff url(../design_img/icon-search.png) no-repeat center center;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 0;
	height: 38px;
	width: 37px;
	position: absolute;
	top: 26px;
	right: 1px;
	text-align: center;
	background-size: 20px;
	/* padding-right: 50px; */
}

.join-form-box .btn-sub {
	margin: 45px auto -20px;
	display: block;
	border-radius: 25px !important;
	background: #8dc133;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #333 !important;
	color: #fff;
}

.join-form-box .alert {
	margin-top: 40px
}

/* password show hide*/
.toggle-password {
	position: absolute;
	right: 10px;
	width: 10px;
	color: #fff !important;
	text-align: center;
	top: 32px;
	padding: 13px 11px 11px 10px;
	float: right;
	margin-right: 1px;
}

.toggle-password.open-eye {
	background: url(../design_img/icon-show-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggle-password.close-eye {
	background: url(../design_img/icon-hide-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #ffa34a;
	color: #ffa34a
}

.form-group textarea.form-control {
	resize: none;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: linear-gradient(90deg, #183d71 0%, #217367 80%);
	position: relative
}

/**/
footer .logo {
	width: 150px;
	display: block;
	margin-top: -40px;
	margin-bottom: 25px;
}

footer .logo img {
	max-width: 100%;
}

/**/
footer p {
	color: #fff;
}

footer p a {
	color: #ffe300 !important
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 40px !important;
	text-transform: capitalize;
	position: relative;
}

footer h2:before {
	content: '';
	border-top: 2px solid #ffe300;
	width: 30px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2
}

footer .footer-bar .banker-block {}

footer .footer-bar .banker-block img {
	max-width: 150px;
	background: #fff;
	padding: 5px 10px !important;
	border-radius: 5px;
	margin-bottom: 10px;
}

footer .footer-bar .banker-block p {
	font-size: 13px !important;
}


footer .footer-bar {
	margin: 70px 0 20px 0;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #fff !important;
}

footer .site-nav ul a {
	font-size: 13px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 0px !important;
}

footer .nav-menu ul li {
	line-height: 25px;
	display: block;
	text-indent: 0px;
}

footer .nav-menu ul a {
	display: block;
	font-size: 13px;
	color: #fff !important;
}

footer .nav-menu ul a:hover {
	color: #ffe300 !important;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
}

footer .social-nav li {
	float: left;
	margin-right: 10px !important
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a img {
	width: 25px;
}

footer .app-outer {
	display: block;
	width: 100%;
}

footer .down-app1 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer .down-app2 {
	display: inline-block;
	width: 110px;
	margin-bottom: 0px;
	margin-right: 10px;
	vertical-align: top;
}

footer p.other-info {
	margin-bottom: 4px !important;
}

footer .down-app1 img {
	max-width: 100%;
}

footer .down-app2 img {
	max-width: 100%;
}

footer .sm-gape {
	margin-top: 30px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #fff;
	padding: 20px 0 20px !important;
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: center;
	color: #666
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #1d438a;
	font-weight: 600;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/**/
footer .go-top {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-right: -50%;
	transform: translateX(-50%);
	z-index: 9;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}

footer .go-top img {
	filter: brightness(0) invert(0);
	display: block;
	margin: 13px auto 0;
	position: relative;
	-webkit-animation: jump 1s ease-out infinite;
	animation: jump 1s ease-out infinite;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

/* */

/* Footer Social Icon*/
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	left: 15px;
	z-index: 9999;

}

.footer-social-icon .social-chat-msg {
	width: 125px;
	display: inline-block;

}

.footer-social-icon .whats-mobile {
	display: none;
}

.footer-social-icon .social-chat-msg p {
	font-size: 17px !important;
	line-height: 24px;
	color: #0566c7 !important;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	text-transform: capitalize;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

.footer-social-icon .social-chat-icon {
	/* width:100%; */
	display: inline-block;
	vertical-align: top;
}

.social-chat-icon .cont-nav {
	float: left;
}

.social-chat-icon .cont-nav ul {
	list-style: none;
	font-size: 14px;
}

.social-chat-icon .cont-nav ul li img {
	max-width: 65px;
}

.whats-mobile {
	display: none;
}

footer .call-social-icon {
	position: fixed;
	bottom: 20px;
	left: 92px;
	z-index: 9999;
}

footer .call-social-icon .social-chat-icon a img {
	max-width: 65px;
}






/* jump*/
@-webkit-keyframes jump {

	0%,
	100% {
		top: 0
	}

	25% {
		top: 5px
	}

	75% {
		top: -5px
	}
}

@keyframes jump {

	0%,
	100% {
		top: 0
	}

	25% {
		top: 5px
	}

	75% {
		top: -5px
	}
}

/*  */
/* Privacy Policy */
.abt-policy-sec {
	padding: 50px 0;
	position: relative;
}

.policy-sec {
	padding: 0px 0px !important;
	position: relative;
}

.policy-sec p {
	text-align: justify;
	color: #333;
	font-size: 14px !important;
	line-height: 25px;
	font-weight: 400;
}

.policy-sec a {
	color: #333 !important;
}

.policy-sec h2 {
	font-size: 25px !important;
	line-height: 35px;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	color: #1f4893;
	font-weight: 600;
	font-family: 'Adamina', serif;
	letter-spacing: 0.5px;
}

.policy-sec ul {
	font-size: 14px;
	margin: 0 0 10px 28px !important;
	color: #333;
	list-style: none;
}

.policy-sec ul li {
	line-height: 26px;
	font-size: 14px !important;
	color: #333;
	text-indent: -30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px !important;
	text-align: justify;
}

.policy-sec ul li::before {
	content: "\f0a9 ";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px !important;
	color: #f8a220;
	font-size: 15px;
	font-weight: 700;
}

/*  */